Welcome![Sign In][Sign Up]
Location:
Search - dll sdi

Search list

[GUI Developappface_vc

Description: AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件:   首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: \"appface.h\", \"appface.dll\" ,\"gtclassic.urf\" 。   接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将\"appface.h\" 拷贝到该工程目录下,将\"Appface.dll\"拷贝到该工程的输出目录下,例如:\"debug\\\",将\"gtclassic.urf\"拷贝到资源所在目录下 。在VC 的项目管理器中进入资源管理项,在右键菜单中选择\"Import\",将\"gtclassic.urf\"添加进工程,资源类型设定为: \"MYRESTYPE\",资源ID设定为\"IDR_MY_URF\"。注意:资源ID 前面一定要加双引号 -AppFace supports three skin loading from the disk loading, loading resources from the memory load. Now, I would talk about how to load resources from the URF skin document : first, to ensure that you downloaded AppFace for VC development kits, we have to use th ree documents : "appface.h", "appface.dll", "gtclassic.urf." Next, create an executable file VC, MDI/SDI/DIALOG/WIN32 types of can, I would like to create a DIALOG project ResSkin explanation. "Appface.h" copy to the project directory, "Appface.dll" copied to the output of the project directory, for example : "debug \\", "gtclassic.urf" copy of the directory containing the resources. VC in the project manager to enter the resource management, and in the right me
Platform: | Size: 590150 | Author: 钱博 | Hits:

[VC/MFCVisual C++技术内幕(第四版)

Description: 本书从对Windows,Visual C++ 和应用程序框架的技术性概述入手,讨论了下列课题: 基础知识:事件处理,GDI,对话框,内存管理,SDI和MDI,打印,以及帮助 高级课题:多线程,DIB,ODBC,DLL ActiveX:创建文档对象和ActiveX控件,COM,自动化,实用支持COM的各种向导和编译器扩展 Internet的C++编程:Windows,MFC WinInet,以及为Microsoft Internet Information Server进行ISAPI扩展编程
Platform: | Size: 81575823 | Author: xuwenxue2001 | Hits:

[Windows DevelopVC视图绘制动态曲线图

Description: ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : TestDrawCurve_26 ======================================================================== AppWizard has created this TestDrawCurve_26 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your TestDrawCurve_26 application. TestDrawCurve_26.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. TestDrawCurve_26.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CTestDrawCurve_26App application class. TestDrawCurve_26.cpp This is the main application source file that contains the application class CTestDrawCurve_26App. TestDrawCurve_26.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. TestDrawCurve_26.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. res\TestDrawCurve_26.ico This is an icon file, which is used as the application's icon. This icon is included by the main resource file TestDrawCurve_26.rc. res\TestDrawCurve_26.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file. ///////////////////////////////////////////////////////////////////////////// For the main frame window: MainFrm.h, MainFrm.cpp These files contain the frame class CMainFrame, which is derived from CFrameWnd and controls all SDI frame features. res\Toolbar.bmp This bitmap file is used to create tiled images for the toolbar. The initial toolbar and status bar are constructed in the CMainFrame class. Edit this toolbar bitmap using the resource editor, and update the IDR_MAINFRAME TOOLBAR array in TestDrawCurve_26.rc to add toolbar buttons. ///////////////////////////////////////////////////////////////////////////// AppWizard creates one document type and one view: TestDrawCurve_26Doc.h, TestDrawCurve_26Doc.cpp - the document These files contain your CTestDrawCurve_26Doc class. Edit these files to add your special document data and to implement file saving and loading (via CTestDrawCurve_26Doc::Serialize). TestDrawCurve_26View.h, TestDrawCurve_26View.cpp - the view of the document These files contain your CTestDrawCurve_26View class. CTestDrawCurve_26View objects are used to view CTestDrawCurve_26Doc objects. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named TestDrawCurve_26.pch and a precompiled types file named StdAfx.obj. Resource.h This is the standard header file, which defines new resource IDs. Microsoft Visual C++ reads and updates this file. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. If your application uses MFC in a shared DLL, and your application is in a language other than the operating system's current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don't do this, some of the UI elements of your application will remain in the language of the operating system. /////////////////////////////////////////////////////////////////////////////
Platform: | Size: 1967656 | Author: xiayang168 | Hits:

[Booksdll编程指导

Description: DLL编程指导,讲的很全面-DLL programming guide, for the very comprehensive
Platform: | Size: 481280 | Author: 永利 | Hits:

[GUI Developappface_vc

Description: AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件:   首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: "appface.h", "appface.dll" ,"gtclassic.urf" 。   接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将"appface.h" 拷贝到该工程目录下,将"Appface.dll"拷贝到该工程的输出目录下,例如:"debug\",将"gtclassic.urf"拷贝到资源所在目录下 。在VC 的项目管理器中进入资源管理项,在右键菜单中选择"Import",将"gtclassic.urf"添加进工程,资源类型设定为: "MYRESTYPE",资源ID设定为"IDR_MY_URF"。注意:资源ID 前面一定要加双引号 -AppFace supports three skin loading from the disk loading, loading resources from the memory load. Now, I would talk about how to load resources from the URF skin document : first, to ensure that you downloaded AppFace for VC development kits, we have to use th ree documents : "appface.h", "appface.dll", "gtclassic.urf." Next, create an executable file VC, MDI/SDI/DIALOG/WIN32 types of can, I would like to create a DIALOG project ResSkin explanation. "Appface.h" copy to the project directory, "Appface.dll" copied to the output of the project directory, for example : "debug \", "gtclassic.urf" copy of the directory containing the resources. VC in the project manager to enter the resource management, and in the right me
Platform: | Size: 589824 | Author: 钱博 | Hits:

[OS programVBIDEMouseWheel

Description: This little VB IDE AddIn adds mousewheel support to the IDE code panes, based on Ulli source code. NOW is fully working on MDI and SDI enviroment !! Simply compile the .DLL into your VB folder. This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=40876&lngWId=1 The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL. -This little VB IDE AddIn adds mousewheel support to the IDE code panes, based on Ulli source code. NOW is fully working on MDI and SDI enviroment!! Simply compile the. DLL into your VB folder.This file came from Planet-Source-Code . com ... the home millions of lines of source codeYou can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId = 40876
Platform: | Size: 13312 | Author: Andyi | Hits:

[Game Hook Crackhhtiandi

Description: 纵横天地 Call Common DLL 打怪线程 主界面-Vertical and horizontal earth CallCommonDLL打怪thread main interface
Platform: | Size: 166912 | Author: 夜客 | Hits:

[Windows DevelopVBMouseWheel

Description: 将DLL编译到VB目录下即可实现VB中支持鼠标滚轮操作,同时支持MDI和SDI方式!-Will be compiled DLL to the VB directory can achieve VB support mouse wheel operations, while supporting MDI and SDI mode!
Platform: | Size: 43008 | Author: ldc | Hits:

[VC/MFCVisualC300

Description: 本书精选了300多个在Visual C++程序设计中经常遇到的问题和典型的功能需求,以专家解答的方式展现给读者。本书内容涵盖开发工具与调试、Visual C++ 6.0编程基础、对话框及控件的使用、一般窗口及界面设计、SDI和MDI窗口、消息系统钩子函数及DLL、磁盘路径与文件操作、数据库、网络与通信、图形图像及打印控制、操作系统、线程及进程控制、时间控制、数学算法、发布程序等Visual C++开发的各个方面,重点突出程序设计实用性。每个问答或者需求都根据技术难度不同加以标识,并给出在实际开发中的人气指数(经常涉及频繁程度)。-This book has been selected more than 300 in the Visual C++ programming problem often encountered in a typical functional requirements and to demonstrate the way the experts to answer readers. This book covers the development and debugging tools, Visual C++ 6.0 programming foundation for the use of dialog boxes and controls, the general window and interface design, SDI and MDI windows, information systems function and the hook DLL, disk path and file operations, database, network and communications, graphic images and print control, operating system, thread and process control, time control, mathematical algorithms, publish procedures Visual C++ development of all aspects of program design focused practicality. Or the demand for each question and answer are based on different technical difficulty be identified and given in the actual development of the popular index (often related to the frequency of).
Platform: | Size: 14733312 | Author: john winsome | Hits:

[VC/MFCvc

Description: vcVC中无LIB时的DLL隐式链接,制作与VC++相符合的LIB函数符号输入库 · DLL 1008 10:07 ... ·VC中基于文档(SDI/MDI)程序中能直接用串口MSComm通讯-LIB when vcVC no implicit link to the DLL, the production and VC++ with input symbols of the LIB library function DLL 1008 10:07 ... VC-based document (SDI/MDI) program directly with the serial MSComm communication
Platform: | Size: 1674240 | Author: 王平 | Hits:

[VC/MFCVC_jishuneimu(diwuban)

Description: 本书从对Windows、Visual C++和应用程序框架的技术性概述入手,讨论了下列课题:  基础知识——事件处理,GDI,对话框,内存管理,SDI口MDI,打印,以及帮助;高级课题——多线程,DIB,ODBC,DLL;ActiveX——创建文档对象和ActiveX控件,COM,自动化,使用支持COM的各种向导和编译器扩展;Internet的C++编程——Windows,MFC WinInet,以及为Microsoft Internet Information Server进行ISAPI扩展编程。 -This electronic book was originally created—and still may be purchased—as a print book. For simplicity, the electronic version of this book has been modified as little as possible from its original form. For instance, there may be occasional references to sample files that come with the book. These files are available with the print version, but are not provided in this electronic edition.
Platform: | Size: 7821312 | Author: feifei | Hits:

[GUI Developbitshowex

Description: MFC扩展dll建立的位操作模型.可以直接在SDI/MDI/Dialog中调用进行32bit的数据的位操作演示-MFC extended dll for bit show .Can use in SDI/MDI/Dialog project to show how to deal with bit control.
Platform: | Size: 25600 | Author: gree4gree | Hits:

[OtherVBIDEFullScreen

Description: VB6 SDK的全屏插件(含源码) 大家都知道VB6的SDK环境下的代码编辑窗口没有全屏的功能,虽然在选项里可以改为SDI方式,但这样却又少了其它功能,有点不完美,本插件编译后生成DLL文件,你可以VB6下引用此插件,这样就可以让其全屏编辑代码了,很爽。-VB6 SDK full-screen plug-ins (including source code) we all know VB6 SDK environment code editor window is not full-screen option can be changed to SDI, but in so doing it the other functions, a bit imperfect, the plugin to compile and generate DLL files, you can reference this plug VB6, full-screen editing code so that you can let cool.
Platform: | Size: 158720 | Author: wolf3t | Hits:

CodeBus www.codebus.net